Hide admin bar means delete black bar which is on the top of your website.
Hide Admin Bar is a expert topic. Please be careful!
Add code to your theme functions.php file
add_filter("show_admin_bar", "__return_false");
That’s ok now. You never see the admin bar again.