Complement
[all, $e_1$, $e_2$, ...]Complement
[all, $e_1$, $e_2$, ..., SameTest->test]The sets all, $e_1$, etc can have any head, which must all match.
The returned expression has the same head as the input expressions. The expression will be sorted and each element will only occur once.
Complement[{a, b, c}, {a, c}]
Complement[{a, b, c}, {a, c}, {b}]
Complement[f[z, y, x, w], f[x], f[x, z]]
Complement[{c, b, a}]