Remove WordPress top bar

Put this line in functions.php of your theme

add_filter( 'show_admin_bar', '__return_false' );