Remove the toolbar provided by Toolbar module.
array $page_top: A renderable array representing the top of the page.
toolbar_page_top()
hook_page_top()
public function removeToolbar(array &$page_top) : void { if (isset($page_top['toolbar'])) { unset($page_top['toolbar']); } }