• One way of doing this is to edit the package in a text editor and remove the values that way.

    Before:

    <DTS:VariableValue DTS:DataType="14">120</DTS:VariableValue>

    After:

    <DTS:VariableValue DTS:DataType="14"></DTS:VariableValue>

    😎