Hi Jeff Millman,
Sorry for late reply to this,
Check my screenshot below.
Do you mean that you would like to disable that image placeholder ?
If yes, you can try apply this following css code in your current template css file and see how it goes.
div#fd.eb .eb-related-thumb {
display: none !important;
}