Are you saying that you deleted a row from the dimension table then when you rerun the package it gets inserted again from the source? If so then you want to add a deleted flag column to the dimension. Rather than physically deleting the row you set the deleted flag. Then the package won't add the deleted row back.