How to remove or customize “Comment” in comments form?
If you want to remove it, then find the part of your template file (probably index.php or loop.php) which refers to a comment-template and remove it, and also disable commenting in WordPress-settings (to disable use of comments.php from other pages). If you want to style it, look for comment_form() or a similar function in functions.php … Read more