How to remove get_header From all single pages in wordpress with functions.php without plugin?

I am unsure how your site is set up, but typically the get_header and get_footer is called in a template file. If you are using the typical template hierarchy, then your single pages are using single.php and both get_header and get_footer can simply just be removed from that php file.