I want to remove the home page header image from all other pages

Wrap the call to the header image in your header.php file with the following:

if ( is_front_page() ) {
   // Call to Header Image
}