In the AdapterIncludeEnity.template, you should look for the
<[Foreach EntityField]> loop token.
And then include everything wihtout that loop inside the following condition:
<[If Not StringValueEquals EntityFieldName "YourFieldName"]>
<[EndIf]>
To execlude unwanted field.