Is there any easy way to remove the contents of one array from another?
If you have LINQ
array.Except(array2);