Hi timpennington
You can open the same file: /html/mod_articles_latest/latest-header.php
Replace this line of code:
<?php echo JLayoutHelper::render('joomla.content.full_image', $item); ?>
By this one:
<?php echo JLayoutHelper::render('joomla.content.intro_image', $item); ?>