Use -- operator to return the difference between two lists.

iex> [1, 2, 3] -- [1, 3]
[2]