Menu: View→Interface Properties→Formats→Delete Format
Deletes one of the available formats for displaying parameter estimates on the path diagram.
See To delete a format.
Programming
In Amos Graphics programs, you can simulate clicking this button as follows (Visual Basic):
Dim aButton As Windows.Forms.Button = pd.GetButton("InterfacePropertiesForm", "StylesDelete")
aButton.PerformClick