Hey Jason,
I am really sorry for the delay of this reply as it is a weekend for us here. If you really want to, you can edit the file /media/com_easysocial/apps/user/article/article.php and locate the codes below at line 189,
[gist]
$article->image = $this->processContentImage($article->content);
[/gist]
Change it to,
[gist]
$article->image = false;
[/gist]