To remove a value from an array, we use the array name, a period, and the word pop with empty parentheses. 

In this example, we're removing the value "brick" from the tools array.