Yes. On the top of the email body file on lines 28-29 you will see:
$removeIncludes = array();
$removeIncludes[] = "Security";
Just add:
$removeIncludes = array();
$removeIncludes[] = "Security";
$removeIncludes[] = "Submit";
That will remove any form element that includes the word "Submit" from the results.