One easy way is to just specify the layers you do want to be included in the identify when you are setting your identify parameters:var identifyParams:IdentifyParameters = new IdentifyParameters();
identifyParams.layerIds = [58,59,60,61];
The layer numbers you specify correspond to the layer numbers you can find in the rest services directory for the service you are running the ID on.