Uninstalling software on MAC OS Systems

Currently have a Dell KACE agent on a group of machines. I need to write an uninstall script within BIGFIX. I have the syntax down and commands written, but where in the console do I go to start this task. I may be looking all over it - sure I am. Any direction would be appreciated

You will be creating custom content, so to create a new task:

Select the Tools > Create New Task… menu item

Fill out the fields in the description tab

In the Actions tab, you want to select Script Type: sh if your uninstall script is a shell script.
Then enter/paste your script into the Action Script field.

Fill out the relevance tab

Make sure the Create in Site: in the upper right corner is a site that your Macs are subscribed to.

Click OK and your task is created. The task will appear in the Fixlets and Task list when it becomes relevant on at least one computer. Then you can right click on the task and choose “Take Default Action…” to select a target and issue an action based on your task.

@amelgares Thank you!