I was able to remove the field by running this query in the database:
update qa_options set content = 0 where title = 'it_excerpt_field_enable';
commit;
But I would expect there to be a setting available from the Admin options where I could enable/disable this feature without having to query the database directly.