Remove Comment Form in Genesis Theme

// Remove comments
remove_action( 'genesis_comment_form', 'genesis_do_comment_form' );
remove_action( 'genesis_after_entry', 'genesis_get_comments_template' );