Remove Comments section from certain category posts

1.In your single.php find the location where it include the comment template.
2. Then Check the category name of the post.
3. Use if else statement to check if its the category u want/not to display the comment and include it by desire.