Hi,
We can use RemoveDataColumn Activity as the following.
FYI, if you need to change column position of FirstName and/or LastName, the following will help you.
dt.Columns("FirstName")SetOrdinal(0)
Regards,