Ok..i\'m having a brainfart right now with jquery\'s selector process (yes, it\'s quite confusing to start).
I have 2 input elements on the page, of which I want to
$('input[type=hidden][name=Email]').remove();
should do. You can learn more about jQuery selectors here.