So, let's see how we can remove an item from a list!

Nice! The Remove () method gets rid of the item we specify. If we want to use the index number instead of the item's value, we can use RemoveAt ().

Wait, didn't we want to remove that "Magneto" item?