This page redirects to an external site: https://developer.wordpress.org/reference/classes/wp_admin_bar/remove_menu/
Calls the remove_node function, and passes on the node $id argument.
<?php $wp_admin_bar->remove_menu( $id ); ?>
remove_menu() is located in wp-includes/class-wp-admin-bar.php.