Avoid WordPress header bar when form submission using admin_post in the frontend

As per my understanding, you want to remove WP admin bar so here you can add add_filter('show_admin_bar', '__return_false); in functions.php file.