Removing fields from category/taxonomy edit form

Looking at the source (edit-tag-form.php) it doesn’t look like there is a way of doing this through filters, as the code is directly outputted as oposed to being held in a variable. All {$taxonomy}_pre_edit_form does is allow you to add code before the form.

JS I think is the only way, and to be honest it’s not a bad way – it sould only be a few odd lines, and if it achieves what you want, then it’s surely good news.