Try googling 'RemoveFieldRef'
I've been trying to do something similar. Heres an example of a 'Firm Page' content type that derives from the 'Page' content type in a publishing site. I am attempting to remove the contact details. It isn't working for some reason but i think its the way its meant to be accomplished.
Hope this helps..
<ContentType ID="0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF39001C6234A536D8468dB0EE7E40FFDEEA45"
Name="Firm Page"
Group="Firm Content Types"
Description=""
Inherits="TRUE"
Version="1">
<FieldRefs>
<RemoveFieldRef ID="{aea1a4dd-0f19-417d-8721-95a1d28762ab}" Name="PublishingContact"/>
<RemoveFieldRef ID="{c79dba91-e60b-400e-973d-c6d06f192720}" Name="PublishingContactEmail"/>
<RemoveFieldRef ID="{7546ad0d-6c33-4501-b470-fb3003ca14ba}" Name="PublishingContactName"/>
<RemoveFieldRef ID="{dc47d55f-9bf9-494a-8d5b-e619214dd19a}" Name="PublishingContactPicture"/>
<RemoveFieldRef ID="{543bc2cf-1f30-488e-8f25-6fe3b689d9ac}" Name="PublishingRollupImage"/>
</FieldRefs>