elgg_unregister_menu_item - finding the right name

I want to unregister a menupoint (the dashboard) in the top bar
I have tried this:

elgg_unregister_menu_item('topbar', 'dashboard');

But it seems not to be the right name for this item.
How can I find out the right name?