negin-khTotal amount of ETH removed from Uniswap over last three months
    Updated 2022-09-17
    select sum(AMOUNT1_USD)*-1 as ETH_Uni_Removed
    from ethereum.uniswapv3.ez_swaps
    where TOKEN1_SYMBOL like '%ETH%'
    and block_timestamp>='2022-08-26'
    Run a query to Download Data