Thank you for your reply! As I was waiting for a response, I did find that very solution! Under <div id="pic">
I inserted <?php if( is_home () || is_front_page() ) :?>
then inserted <?php endif;?>
directly before the </div><!-- #pic -->
line, and the header image disappeared on all pages except the home page.
And yes, I have created a child theme. Thank you again.