How do I remove the “HTML Markup” after the comment form in WordPress?
Find the line in your child theme’s “comment.php” file where it calls on the function comment_form() and replace that line with this:
<?php comment_form(array('comment_notes_after' => '')); ?>