Thanks, @dcooney!
I am using the default template, which has no image tags.
However, I was able to remove the function which calls the images.
For anyone else with this issue on the default template, remove this:
<?php if ( has_post_thumbnail() ) {
the_post_thumbnail('alm-thumbnail');
}?>
#2 would probably be the best option but I was unable to locate it.
Thanks for your help!