Thank you mustafa!
Meanwhile, i have move the wp logo. what i mean is that in the front page there is a menu link labeled ??Edit Home Page, i have move other links like edit post, edit page etc… but in the front page, the Edit Home Page link still there. note however that i use Page Builder by SiteOrigin for the front page.
Also, i used Inspect Element to fine the label class <a href="https://****.com/wp-admin/themes.php?page=so_panels_home_page">Edit Home Page</a>
And then tried,
$wp_admin_bar->remove_menu('so-panels-home-page');
$wp_admin_bar->remove_menu('so_panels_home_page');
$wp_admin_bar->remove_menu('edit-home-page'); etc...
but non work, any idea what else i should do?
If you want, i can send the screen image